adTempus API
|
Captures file data for the job's history This method creates a captured file in the job history.
HRESULT CaptureFileData(SAFEARRAY(byte) fileContents, BSTR fileName, BSTR originalPath, VARIANT fileDate);
CaptureFileData(SAFEARRAY(byte) fileContents, String fileName, String originalPath, VARIANT fileDate);
Sub CaptureFileData(fileContents As SAFEARRAY(byte), fileName As String, originalPath As String, fileDate As VARIANT)
The fileContents are the binary contents of the file and the fileName is the name to be used for the file.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|